ThreadSafeObservableCollection

Ecng.Xaml

Thread-safe observable collection that marshals notifications to a specified dispatcher.

Наследует: DispatcherObservableCollection<T>

Конструкторы

ThreadSafeObservableCollection(IListEx<T>)

Initializes a new instance using the global UI dispatcher and the provided backing list.

ThreadSafeObservableCollection(IDispatcher, IListEx<T>)

Initializes a new instance using the specified dispatcher and backing list.